home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / readme.txt < prev    next >
Text File  |  1995-08-29  |  4KB  |  124 lines

  1. ====================================================
  2. Skill Builder README - Optimizing CD-ROM Performance
  3. ====================================================
  4.  
  5. If you are experiencing sluggish performance from your 
  6. CD-ROM, here are a few suggestions to optimize your 
  7. system's performance. Optimizing your system's 
  8. performance will not only improve how NETG's courses
  9. run, but also should improve the performance of any
  10. other CD-ROM software products you may have.
  11.  
  12.  
  13.  
  14. =====================
  15. For Windows 95 users:
  16. =====================
  17. When Windows 95 installs over Windows 3.X and DOS, 
  18. older drivers for devices such as your CD-ROM may not be 
  19. removed.  This can result in much slower performance.  
  20. Drivers for most devices like CD-ROM drives are built
  21. into Windows 95. You may need to remove references to 
  22. old drivers in your AUTOEXEC.BAT and CONFIG.SYS files 
  23. in order for Windows 95 to recognize your CD-ROM drive.
  24. If you are unfamiliar with this procedure, please 
  25. contact your hardware manufacturer for assistance.
  26.  
  27. Many hardware manufacturers maintain support forums on 
  28. CompuServe, the Internet, America Online, etc.  If you 
  29. have access to one of these services, you may want to 
  30. check there for updated drivers or procedures.
  31.  
  32.  
  33.  
  34. ======================
  35. For Windows 3.1 users:
  36. ======================
  37. 1. If you are not running DOS 6.0 or later, upgrade to 
  38. DOS 6.0.  DOS 6.0 supports CD-ROM disk caching. (Disk 
  39. caching means storing frequently used files in the computer's 
  40. memory so that when they are needed the computer does 
  41. not have to search for them on the CD-ROM.)
  42.  
  43. 2. If you are running DOS 6.0 or later and you are 
  44. experiencing sluggish performance with various CD-ROMs, 
  45. check whether your system is set up to use disk caching 
  46. with your CD-ROM drive. To do this please go to the DOS 
  47. prompt (DOS icon is in your MAIN group) and type, 
  48.  
  49.     SMARTDRV 
  50.  
  51. and press the enter key.  The SMARTDRV program will display 
  52. disk caching status information.  Check that your CD-ROM 
  53. drive is included in the list.  If it is in the list, your 
  54. system is configured properly.
  55.  
  56. However, if your CD-ROM drive does not appear in the list 
  57. you will need to change your system setup.  To do this 
  58. please follow these steps:  
  59.  
  60. (Please note, if you are familiar with the SysEdit tool 
  61. in Windows you can also use that tool to incorporate the 
  62. following edits.)
  63.  
  64. A.  In your DOS window change to your root directory by 
  65. typing, 
  66.  
  67.     CD\ 
  68.  
  69. and then pressing enter.
  70.  
  71.  
  72. B.  Make a backup file of your AUTOEXEC.BAT by typing, 
  73.  
  74.     copy AUTOEXEC.BAT AUTOEXEC.BAK 
  75.  
  76. and then press enter.
  77.  
  78.  
  79. C.  Edit the AUTOEXEC.BAT file by typing, 
  80.  
  81.     EDIT AUTOEXEC.BAT 
  82.  
  83. and then press enter.
  84.  
  85.  
  86. D.  Find the line which has SMARTDRV.EXE in it.  Copy this 
  87. line to the clipboard by highlighting it and then using 
  88. the Edit/Copy menu item.
  89.  
  90. Note:  If your AUTOEXEC.BAT file does not include a line 
  91. with SMARTDRV.EXE in it, you will want to add one.  Since 
  92. SMARTDRV varies with each version of DOS, we suggest you 
  93. refer to your DOS documentation for the correct statement 
  94. to add.  Please refer to the rest of our steps here to 
  95. ensure you add your SMARTDRV statement in the proper 
  96. sequence within AUTOEXEC.BAT.
  97.  
  98.  
  99. E.  Find the line which has MSCDEX.EXE in it.  Paste the 
  100. SMARTDRV.EXE line in AFTER the MSCDEX.EXE line.  (To paste 
  101. a line, place your cursor at the beginning of the line 
  102. following the MSCDEX.EXE line and use the Edit/Paste menu 
  103. item.)
  104.  
  105.  
  106. F.  Go back to the original SMARTDRV.EXE line and insert 
  107. the letters REM followed by a space at the beginning of 
  108. the line.
  109.  
  110.  
  111. G.  Exit the editor by using the File/Exit menu item.  
  112. When prompted, save the file.
  113.  
  114.  
  115. H.  Close the DOS window by typing, 
  116.  
  117.     Exit
  118.  
  119. and pressing enter. Exit Windows and then re-boot your 
  120. computer. When your computer re-boots, please repeat step 2 
  121. to verify that disk caching is now enabled for your CD-ROM 
  122. drive.
  123.  
  124.